From: Richard M. Stallman Date: Tue, 27 Jul 1993 17:00:08 +0000 (+0000) Subject: (Fx_rebind_key, Fx_rebind_keys): Functions deleted. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~94751 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=01567351cfc75de2611637a75fcddddafdf2f51c;p=emacs.git (Fx_rebind_key, Fx_rebind_keys): Functions deleted. --- diff --git a/src/xfns.c b/src/xfns.c index 6f42dcf2cd4..6e328952066 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -3377,6 +3377,9 @@ DEFUN ("x-get-cut-buffer", Fx_get_cut_buffer, Sx_get_cut_buffer, 0, 0, 0, } #endif /* X10 */ +#if 0 /* I'm told these functions are superfluous + given the ability to bind function keys. */ + #ifdef HAVE_X11 DEFUN ("x-rebind-key", Fx_rebind_key, Sx_rebind_key, 3, 3, 0, "Rebind X keysym KEYSYM, with MODIFIERS, to generate NEWSTRING.\n\ @@ -3473,6 +3476,7 @@ See the documentation of `x-rebind-key' for more information.") return Qnil; } #endif /* HAVE_X11 */ +#endif /* 0 */ #ifdef HAVE_X11 Visual * @@ -3768,9 +3772,9 @@ switches, if present."); defsubr (&Sx_display_visual_class); defsubr (&Sx_display_backing_store); defsubr (&Sx_display_save_under); +#if 0 defsubr (&Sx_rebind_key); defsubr (&Sx_rebind_keys); -#if 0 defsubr (&Sx_track_pointer); defsubr (&Sx_grab_pointer); defsubr (&Sx_ungrab_pointer);